From 47d7dceee4d5084c3cf9e225f1be2e1838d52e8a Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Thu, 6 Jul 2006 09:54:48 -0600 Subject: [PATCH] [IA64] Fix GET_THIS_PADDR Signed-off-by: Akio Takebe --- xen/include/asm-ia64/linux-xen/asm/mca_asm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xen/include/asm-ia64/linux-xen/asm/mca_asm.h b/xen/include/asm-ia64/linux-xen/asm/mca_asm.h index ea5933ecc2..3cf3c38919 100644 --- a/xen/include/asm-ia64/linux-xen/asm/mca_asm.h +++ b/xen/include/asm-ia64/linux-xen/asm/mca_asm.h @@ -58,7 +58,9 @@ #endif #ifdef XEN -//FIXME LATER +#define GET_THIS_PADDR(reg, var) \ + movl reg = THIS_CPU(var) \ + tpa reg = reg #else #define GET_THIS_PADDR(reg, var) \ mov reg = IA64_KR(PER_CPU_DATA);; \ -- 2.30.2